home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Megahits 5
/
Megahits 5 (1994)(GTI - Rhein-Main-Soft)(DE)(Disc 2 of 2)[!].iso
/
archive
/
show
/
retinaflick10.lha
/
time_routines.h
< prev
next >
Wrap
Text File
|
1994-05-19
|
423b
|
15 lines
/* time_routines.h
This is the header file to accompany time_routines.c
Copyright © 1993 Robert Poole
*/
#define NUM_TIME_SLOTS 4
int setup_timer(void);
void dispose_timer_resources(void);
void synchronous_wait(unsigned long, unsigned long);
void asynchronous_wait(unsigned long, unsigned long);
void wait_asynch_finish(void);
void queue_asynch_wait(int, unsigned long, unsigned long);
int queue_next_finish(void);